Skip to main content

All Questions

2votes
1answer
2kviews

Online vs Batch Learning in Latent Dirichlet Allocation using Scikit Learn

Reference I'm looking at the LDA algorithm from Scikit Learn for topic modeling. Can someone tell me how the 'online' method of learning works vs the 'batch' method of learning? Also, what is learning ...
Minu's user avatar
  • 815
0votes
1answer
4kviews

How to use Non Negative Matric Factorization (NMF)'s transform method to project topics on new text data

I have created a NMF topic model in python the code snippet for which is as follows: ...
Arman's user avatar

close